2017 © Pedro Peláez
 

library catoolin

The Microframework CATOOLIN!

image

eazy-english/catoolin

The Microframework CATOOLIN!

  • Thursday, October 5, 2017
  • by mrcat323
  • Repository
  • 2 Watchers
  • 3 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CATOOLIN v.1.0.5 ALPHA :smiley_cat:

What's New???

CLI Catoolin (Console Interface)

Here it is, (*1)

Get started:

git clone https://github.com/eazy-english/catoolin, (*2)

Or better install with composer

composer create-project eazy-english/catoolin, (*3)

Take a look to database.php file

# Including connect to DB
$this->connect("YOUR_HOST", "YOUR_USER", "YOUR_PASSWORD", "YOUR_DB", "YOUR_DB_CHARSET");

First set up databases, YourHost, Username, Password, Database name and charset we recommend utf8

How to work with Connect class?

That's pretty simple, there are JS Libraries and CSS Libraries. With this class you can easily connect libraries without googling it Here we connect JS Library "JQuery"., (*4)

$connect->connect("jquery");

But why with $connect var? Check out index.php file there is such string:, (*5)

$connect = Fabric::get("Connect");

It means that we successfully did create Object of Connect class, and that we can work with, with $connect var With connect method you can only connect JS Libraries, and with link you can connect CSS Libraries. Example:, (*6)

$connect->connect("vuejs"); # This will connect Vue JS, the JS Library
$connect->link("bootstrap"); # This will connect Bootstrap, CSS Library

Here are JS Libraries: * vuejs -> Vue JS * jquery -> JQuery * videojs -> Video JS * bootstrap -> Bootstrap Library * mui -> Material UI * lessjs -> LESS JS * metroui -> Metro UI, (*7)

And here are CSS Libraries: * bootstrap -> Bootstrap Library * videojs -> Video JS * mui -> Material UI * metroui -> Metro UI, (*8)

API?

With CATOOLIN you can also work with such API as Pinterest, Youtube Video Parser, but we try to add APIs of another services But you without problems can use our parsers to work with API., (*9)

EXPECT UPDATES!

GOOD LUCK WITH CATOOLIN

The Versions

05/10 2017

dev-master

9999999-dev

The Microframework CATOOLIN!

  Sources   Download

MIT

The Requires

 

by Mr CaT

30/09 2017

v1.0.5-alpha

1.0.5.0-alpha

The Microframework CATOOLIN!

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Mr CaT

30/09 2017

v1.0.3

1.0.3.0

The Microframework CATOOLIN!

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Mr CaT