mellaoui / excerpt
A simple package to create an excerpt out of Long text
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/mellaoui/excerpt
Requires
- league/commonmark: ^2.4
Requires (Dev)
- laravel/pint: ^1.13
- pestphp/pest: ^2.19
This package is auto-updated.
Last update: 2025-10-06 05:18:44 UTC
README
A simple package to generate an excerpt from a given text, this package is for learning purposes
Badges
Documentation
In order to start working ton the porject check the requirements 👇
php 8.1
composer 2.3
Installation
First clone the repo
git clone https://github.com/Mellaoui/excerpt.git
Install composer dependencies
cd excerpt
composer install
Contributing
Contributions are always welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
Process
- Fork the project.
- Create a new branch.
- Code, test, commit and push.
- Open a pull request detailing your changes.