6 projects tagged "PHP class libraries"
DomCore is a set of PHP Foundation classes which are ready to be extended to give basic capabilities to your applications. It features a powerful template replacement engine, a language engine for I18N, an extended debugging mode, enhanced error and exception management, Java-like programming (you can't use a class attribute without declaring it first), serializable class management, mass file operations (full directory copy and delete), shared memory management, multi-level caches on data sources, and implementation of programation patterns.
Cradlecore for PHP creates objects using the Inversion of Control (IoC) to configure the objects externally. It provides a factory class which can create the objects and configure them according to configuration which can be defined externally using one or more XML files which define details of behavior of those objects. The external configuration can determine how the dependency injection occurs by defining whether the objects will be configured by passing specific parameters to the constructor or a setter function.
PunteFramework aims to be a lightweight PHP framework using the MVC architecture. It makes it easier to modify either the visual appearance of an application or the underlying business rules without affecting the other. It will include some libraries especially focused to Nepali developers, and is designed with clean and optimized code, though it may not advanced practices or security measures into consideration for now.
Instagram API integration with PHP can access an Instagram user's account using its API. It can send HTTP requests to the Instagram API Web servers using the OAuth protocol to access the account of a user with his permission. The class retrieves a token which it can use to send subsequent API requests to get the user feed, the user publications, the followers and who the user follows, and the user's most popular photos.
Redstart Templating implements a template engine which supports template inheritance. It can process templates based on PHP code loaded from given files. It can use class variables or local variables to define values for template placeholders. It supports template inheritance, including additional inline templates, and it can be extended with plugins.