From e1cd99e11376dbd074a93e6b2b64a5a2302f8525 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 31 Dec 2019 22:26:26 +0000 Subject: [PATCH] Add Safe. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9782563..cd5e36c 100644 --- a/README.md +++ b/README.md @@ -783,6 +783,7 @@ Libraries to help manage database schemas and migrations. * [Prooph Service Bus](https://github.com/prooph/service-bus) - Lightweight message bus supporting CQRS and Micro Services * [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software. * [sabre/vobject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects. +* [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false. * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL. * [Spork](https://github.com/kriswallsmith/spork) - A process forking library. * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.