{"id":24856691,"url":"https://github.com/secondtruth/essentials","last_synced_at":"2025-11-09T04:03:46.465Z","repository":{"id":34044281,"uuid":"37818185","full_name":"secondtruth/essentials","owner":"secondtruth","description":"Useful helper classes for web projects","archived":false,"fork":false,"pushed_at":"2015-08-03T15:26:21.000Z","size":188,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-19T20:48:00.272Z","etag":null,"topics":["php-library","social-web"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secondtruth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-21T17:23:47.000Z","updated_at":"2019-08-08T20:33:35.000Z","dependencies_parsed_at":"2022-07-14T03:00:43.119Z","dependency_job_id":null,"html_url":"https://github.com/secondtruth/essentials","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondtruth%2Fessentials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondtruth%2Fessentials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondtruth%2Fessentials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondtruth%2Fessentials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secondtruth","download_url":"https://codeload.github.com/secondtruth/essentials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245679207,"owners_count":20654790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["php-library","social-web"],"created_at":"2025-01-31T16:45:42.378Z","updated_at":"2025-03-26T15:24:04.876Z","avatar_url":"https://github.com/secondtruth.png","language":"PHP","readme":"FlameCore Essentials\n====================\n\n[![Latest Stable](http://img.shields.io/packagist/v/flamecore/essentials.svg)](https://packagist.org/packages/flamecore/essentials)\n[![Build Status](https://img.shields.io/travis/FlameCore/Essentials.svg)](https://travis-ci.org/FlameCore/Essentials)\n[![Scrutinizer](http://img.shields.io/scrutinizer/g/FlameCore/Essentials.svg)](https://scrutinizer-ci.com/g/FlameCore/Essentials)\n[![Coverage](http://img.shields.io/scrutinizer/coverage/g/FlameCore/Essentials.svg)](https://scrutinizer-ci.com/g/FlameCore/Essentials)\n[![License](http://img.shields.io/packagist/l/flamecore/essentials.svg)](http://www.flamecore.org/projects/essentials)\n\nThis library provides essential helper classes for Social Networking sites.\n\n\nFeatures\n--------\n\n* **Formatters:** Format meta information and text fragments\n\n    Classes: `LinkFormatter`, `RelativeTimeFormatter`\n\n* **Text Parsers:** Parse and format all types of text\n\n    Classes: `SimpleTextParser`, `BBCodeParser`\n\n* **Helpers:** Many useful helper classes\n\n    Classes: `KeywordsFinder`, `Slugifier`, `WordlistGenerator`\n\n\nInstallation\n------------\n\n### Install via Composer\n\nCreate a file called `composer.json` in your project directory and put the following into it:\n\n```\n{\n    \"require\": {\n        \"flamecore/essentials\": \"0.1.*\"\n    }\n}\n```\n\n[Install Composer](https://getcomposer.org/doc/00-intro.md#installation-nix) if you don't already have it present on your system:\n\n    $ curl -sS https://getcomposer.org/installer | php\n\nUse Composer to [download the vendor libraries](https://getcomposer.org/doc/00-intro.md#using-composer) and generate the vendor/autoload.php file:\n\n    $ php composer.phar install\n\nTo make use of the API, include the vendor autoloader and use the classes:\n\n```php\nnamespace Acme\\MyApplication;\n\nuse FlameCore\\Essentials\\KeywordsFinder;\n\nrequire 'vendor/autoload.php';\n```\n\n\nRequirements\n------------\n\n* You must have at least PHP version 5.4 installed on your system.\n\n\nContributors\n------------\n\nIf you want to contribute, please see the [CONTRIBUTING](CONTRIBUTING.md) file first.\n\nThanks to the contributors:\n\n* Christian Neff (secondtruth)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecondtruth%2Fessentials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecondtruth%2Fessentials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecondtruth%2Fessentials/lists"}