gigorok / yoda
PHP-framework for development Web-Applications
Installs: 418
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/gigorok/yoda
Requires
- php: >=5.4
- gigorok/inflector: 0.1.*
- gigorok/php-dispatcher: 0.1.*
- psr/log: 1.*
This package is not auto-updated.
Last update: 2016-08-16 07:40:00 UTC
README
Yoda Framework is the PHP Framework for development Web Applications.
<?php require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; (new Yoda\Application())->run();
Or you can use yoda-skeleton for creating the project php composer.phar create-project gigorok/yoda-skeleton myProjectName
Yoda Framework works with PHP 5.4 or later.
Installation
For install Yoda Framework you may use composer. Just create a composer.json
file and
run the php composer.phar install
command to install it:
{
"require": {
"gigorok/yoda": "0.2.*"
}
}
More Information
License
Yoda Framework is licensed under the MIT license.