{"id":33966520,"url":"https://github.com/eazy-english/catoolin","last_synced_at":"2026-04-07T07:01:41.580Z","repository":{"id":56974451,"uuid":"92596226","full_name":"eazy-english/catoolin","owner":"eazy-english","description":"The MicroFramework , which had been created by catz","archived":false,"fork":false,"pushed_at":"2018-07-31T17:36:58.000Z","size":2434,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T11:53:34.995Z","etag":null,"topics":["cat","micro-framework","php","php-micro-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eazy-english.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-27T12:05:13.000Z","updated_at":"2024-03-20T05:45:51.000Z","dependencies_parsed_at":"2022-08-21T11:50:12.225Z","dependency_job_id":null,"html_url":"https://github.com/eazy-english/catoolin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/eazy-english/catoolin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eazy-english%2Fcatoolin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eazy-english%2Fcatoolin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eazy-english%2Fcatoolin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eazy-english%2Fcatoolin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eazy-english","download_url":"https://codeload.github.com/eazy-english/catoolin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eazy-english%2Fcatoolin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31503394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cat","micro-framework","php","php-micro-framework"],"created_at":"2025-12-12T23:17:53.343Z","updated_at":"2026-04-07T07:01:41.573Z","avatar_url":"https://github.com/eazy-english.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CATOOLIN v.1.0.5 ALPHA :smiley_cat: \n## What's New???\n* Fixing bugs in [Router class](https://github.com/eazy-english/catoolin/blob/master/lib/router.php)\n## CLI Catoolin (Console Interface)\n[Here it is](https://github.com/eazy-english/catoo)\n## Get started:\n`git clone https://github.com/eazy-english/catoolin`\n## Or better install with composer\n`composer create-project eazy-english/catoolin`\n### Take a look to [database.php file](https://github.com/eazy-english/catoolin/blob/master/lib/database.php)\n```PHP\n# Including connect to DB\n$this-\u003econnect(\"YOUR_HOST\", \"YOUR_USER\", \"YOUR_PASSWORD\", \"YOUR_DB\", \"YOUR_DB_CHARSET\");\n```\n#### First set up databases, *YourHost*, *Username*, *Password*, *Database name* and *charset* we recommend utf8\n\n## How to work with *Connect* class?\n**That's pretty simple, there are *JS Libraries* and *CSS Libraries*. With this class you can easily connect libraries without googling it**\n*Here we connect JS Library **\"JQuery\"**.*\n```PHP\n$connect-\u003econnect(\"jquery\");\n```\n*But why with* `$connect` *var? Check out [index.php file](https://github.com/eazy-english/catoolin/blob/master/index.php) there is such string:*\n```PHP\n$connect = Fabric::get(\"Connect\");\n```\n**It means that we successfully did create Object of Connect class, and that we can work with, with** `$connect` **var**\nWith *connect* method you can only connect **JS Libraries**, and with *link* you can connect **CSS Libraries**. \n*Example*:\n```PHP\n$connect-\u003econnect(\"vuejs\"); # This will connect Vue JS, the JS Library\n$connect-\u003elink(\"bootstrap\"); # This will connect Bootstrap, CSS Library\n```\n*Here are JS Libraries*:\n* `vuejs` -\u003e Vue JS\n* `jquery` -\u003e JQuery\n* `videojs` -\u003e Video JS\n* `bootstrap` -\u003e Bootstrap Library\n* `mui` -\u003e Material UI\n* `lessjs` -\u003e LESS JS\n* `metroui` -\u003e Metro UI\n\n*And here are CSS Libraries*:\n* `bootstrap` -\u003e Bootstrap Library\n* `videojs` -\u003e Video JS\n* `mui` -\u003e Material UI\n* `metroui` -\u003e Metro UI\n\n## API?\n**With *CATOOLIN* you can also work with such API as *Pinterest*, *Youtube Video Parser*, but we try to add *APIs* of another services**\n*But you without problems can use our parsers to work with **API**.*\n\n### EXPECT UPDATES! \n### GOOD LUCK WITH *CATOOLIN*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feazy-english%2Fcatoolin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feazy-english%2Fcatoolin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feazy-english%2Fcatoolin/lists"}