Download the PHP package james481/micro-cms without Composer

On this page you can find all versions of the php package james481/micro-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package micro-cms

MicroCMS - Micro framework for CMS projects

This is a lightweight and easy to use framework for the development of small CMS-like projects. It is designed for rapid prototyping of a basic application which may later be expanded onto a larger framework (Symfony). The typical use case would be a project that is very limited in initial scope, but a larger and more complex application is planned for the future.

Install

The framework along with a base application directory structure can be installed using composer from the james481/micro-cms-standard package:

MicroCMS provides the following features:

Routing

The MicroCMS router implements a stack of request matchers, which are checked in order to match a request:

DI Container

The framework builds a Symfony DI Container, which will be provided to any custom controllers automatically as long as they implement ContainerAwareInterface. The container can be customized by editing the environment specific configuration file (usually app/config/app_{env}.yml) and specifying custom services / factories.

Twig Templating

The DI Container includes a Twig renderer which is setup by the kernel.

Logging

The kernel also builds a Monolog logger, which will log to environment specific log files in the application logs directory (usually app/logs). In addition to being used internally by the framework, a PSR-3 compatible trait (MicroCMS\DependencyInjection\LogAwareTrait) can also be used by custom classes for convenient logging.

About

The framework is currently at version 0.1.0. It is functionally fairly complete and tested, but major additions are planned for future versions.

The framework is implemented using PSR-2 coding standards, and in the PSR-4 namespace standard.

Documentation

The framework includes PHPDocumentor compatible comments for all source files. The API documentation is not included in this package but can be built with phpdoc in the standard fashion:

Tests

The framework includes unit tests for the PHPunit test framework, and can be run by:

TODO

Version 0.2.0 will include:

Author

James Watts - [email protected]

License

MicroCMS is licensed under the MIT License - see the LICENSE file for details


All versions of micro-cms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
symfony/http-foundation Version 2.5.*@dev
symfony/routing Version 2.5.*@dev
symfony/dependency-injection Version 2.5.*@dev
symfony/config Version 2.5.*@dev
symfony/yaml Version 2.5.*@dev
monolog/monolog Version 1.9.*@dev
twig/twig Version 1.16.*@dev
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package james481/micro-cms contains the following files

Loading the files please wait ....