spacekola / devups
a php framework
v6.1.0
2025-06-27 14:07 UTC
Requires
- doctrine/cache: 1.11.3
- doctrine/orm: ^2.1.3
- firebase/php-jwt: ^6.9
- guzzlehttp/guzzle: ^7.5
- ifsnop/mysqldump-php: ^2.9
- maslosoft/addendum: *
- mpdf/mpdf: ^8.0
- philo/laravel-blade: 3.*
- phpmailer/phpmailer: ^6.6
Requires (Dev)
- phpunit/phpunit: ^11.2
- symfony/var-dumper: ^5.4
This package is auto-updated.
Last update: 2026-05-27 16:03:06 UTC
README
Devups 5.6 Get started
Prerequire : php, poo, uml
Minimum config : php 7.^
configuration
Edit the config/constant.php file. Change
-
define('PROJECT_NAME', "myAppName");
-
define('__env_port', ':8080'); // change the port if necessary.
-
define('dbname', 'devups_bd');
save and we are done for the config.
commande line
Next open the command prompt and execute
cd to_project_root
- composer install
- php devups install: to use only for new project, although you want to restart
- php devups dvups_:update
- php devups serve
get Started
- presentation of the framework : https://www.youtube.com/watch?v=XlvpXZKRefI&t=21s
- the video tutorial is available on https://www.useloom.com/share/bb07d145a9eb42e5a6adf7108603ad23 :)
- the tutorial is available on http://devups.spacekola.com/ :)