Skip to content

🎯 PHP libraries to be used as helpers in any project - Curl, Error handler, Autoloader, Ftp, Shell, Exception, Console, etc

Notifications You must be signed in to change notification settings

joni2back/php-classic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-classic

PHP libraries to be used as helpers in any project

Build Status

Include the lib or use PSR-4

//in your app bootstrap
require_once __DIR__ . '/php-classic/src/autoloader.php'; 

Usages

use PHPClassic\Shell;
use PHPClassic\ConsoleOutput;

$shell = new Shell;
$output = new ConsoleOutput;

$shell->execute('ls', array(__DIR__, '-la'));
$output
  ->setColor('yellow', null, 'bold')
  ->write($shell->getOutput());

About

🎯 PHP libraries to be used as helpers in any project - Curl, Error handler, Autoloader, Ftp, Shell, Exception, Console, etc

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages