lukaszknasiecki / uho-mvc
PHP model-view-controller framework
Installs: 1 479
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/lukaszknasiecki/uho-mvc
Requires
- php: >=8.1
- auth0/auth0-php: ^8.0
- aws/aws-sdk-php-resources: ^0.3.0
- facebook/graph-sdk: ^5.1
- google/analytics-data: ^0.10.1
- google/apiclient: ^2.12.1
- james-heinrich/phpthumb: ^1.7.23
- league/oauth2-google: ^4.0.1
- phpmailer/phpmailer: ^6.7.1
- twig/twig: ^3.3
README
Simple PHP model-view-controller framwework using own ORM and Twig as templating system.
Setting up
To setup run:
composer install
System requirements
This project is using PHP8.2+ and mySQL
Schema Validation
You can validate your schemas with schema-validate script. You can either point to root folder of your app, if you have defined all your schemas in/application/models/schemas.json or point to folder with json schema files, like /application/models/json.
chmod +x vendor/lukaszknasiecki/uho-mvc/bin/schema-validate
vendor/lukaszknasiecki/uho-mvc/bin/schema-validate folder