mellaoui/excerpt

A simple package to create an excerpt out of Long text

dev-main 2023-10-06 00:57 UTC

This package is auto-updated.

Last update: 2024-04-06 01:58:31 UTC


README

A simple package to generate an excerpt from a given text, this package is for learning purposes

Badges

MIT License

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

  1. Fork the project.
  2. Create a new branch.
  3. Code, test, commit and push.
  4. Open a pull request detailing your changes.