Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme #71

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) 2015 Patrick Brouwers
Copyright (c) 2024 Tom H Anderson <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
46 changes: 34 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
<p align="center">
<img src="https://placehold.co/10x10/337ab7/337ab7.png" width="100%" height="15px">
</p>

Laravel Doctrine Extensions
===========================

[![GitHub release](https://img.shields.io/github/release/laravel-doctrine/extensions.svg?style=flat-square)](https://packagist.org/packages/laravel-doctrine/extensions)
[![Github actions](https://github.com/laravel-doctrine/extensions/workflows/CI/badge.svg?branch=1.x)](https://github.com/laravel-doctrine/extensions/actions?query=workflow%3ACI+branch%3A1.x)
[![Packagist](https://img.shields.io/packagist/dm/laravel-doctrine/extensions.svg?style=flat-square)](https://packagist.org/packages/laravel-doctrine/extensions)
[![Packagist](https://img.shields.io/packagist/dt/laravel-doctrine/extensions.svg?style=flat-square)](https://packagist.org/packages/laravel-doctrine/extensions)
[![Build Status](https://github.com/laravel-doctrine/extensions/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/laravel-doctrine/extensions/actions/workflows/continuous-integration.yml?query=branch%3A2.0.x)
[![Code coverage](https://codecov.io/gh/laravel-doctrine/extensions/branch/2.0.x/graph/badge.svg?token=hbyGgWHabZ)](https://codecov.io/gh/laravel-doctrine/extensions)
[![PHPStan](https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg)](https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg)
[![Packagist downloads](https://img.shields.io/packagist/dm/laravel-doctrine/extensions.svg?style=flat-square)](https://packagist.org/packages/laravel-doctrine/extensions)

Behavioral and Query/Type Extensions for Laravel Doctrine

Installation
------------

Via composer:

```bash
composer require laravel-doctrine/extensions
```

*Behavioral and Query/Type Extensions for Laravel Doctrine*

Gedmo Extensions
----------------
Documentation
-------------

See [the documentation](https://github.com/laravel-doctrine/extensions/tree/2.0.x/docs) for more information.
~~Full documentation at https://laravel-doctrine-extensions.readthedocs.io~~


Provides
--------

### Gedmo Extensions

* Blameable
* IpTraceable
Expand All @@ -22,15 +45,14 @@ Gedmo Extensions
* Tree
* Uploadable

Beberlei Extensions
-------------------
### Beberlei Extensions

* Custom datetime functions
* Custom numeric functions
* Custom string functions

### Installation

[See the Laravel Doctrine website for instructions](http://www.laraveldoctrine.org/docs/current/extensions/installation)

License
-------

See [LICENSE](https://github.com/laravel-doctrine/extensions/blob/master/LICENSE).
Loading