Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit e3a7917

Browse files
committed
updated docs
1 parent d1f2b14 commit e3a7917

28 files changed

+636
-634
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ directory. The most logical place to start are the [docs for the `HasEncryptedAt
5353
+ [Can I manually encrypt or decrypt arbitrary data?](#can-i-manually-encrypt-or-decrypt-arbitrary-data)
5454
+ [Can I search encrypted data?](#can-i-search-encrypted-data)
5555
+ [Can I encrypt all my `User` model data?](#can-i-encrypt-all-my-user-model-data)
56+
+ [Is this package compatible with elocryptfive out-of-the-box?](#is-this-package-compatible-with-elocryptfive-out-of-the-box)
57+
* [Implementations](#implementations)
5658
* [Credits](#credits)
5759
* [Contributing](#contributing)
5860
* [License](#license)
5961

6062
## Requirements
6163

62-
* Laravel 5.5+
64+
* Laravel 5.5.*
6365
* PHP >= 7.1.0
6466
* PHP [OpenSSL extension](http://php.net/manual/en/book.openssl.php)
6567

@@ -279,7 +281,7 @@ No! While it _is_ a (more modern) replacement, it is not compatible directly out
279281

280282
A pull request for automated migrations is more than welcome but is currently out of the scope of this project's goals.
281283

282-
## Notable Implementations
284+
## Implementations
283285

284286
The following decently-trafficed sites use this package in production:
285287

docs/checkstyle.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0"?>
22
<checkstyle version="1.3.0">
33
<file name="EncryptionFacade.php"/>
4-
<file name="Traits/HasEncryptedAttributes.php">
5-
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
6-
</file>
7-
<file name="EncryptionHelper.php">
4+
<file name="helpers.php">
85
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
96
</file>
107
<file name="EncryptionDefaults.php">
118
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
129
</file>
13-
<file name="EncryptionServiceProvider.php"/>
14-
<file name="helpers.php">
10+
<file name="EncryptionHelper.php">
1511
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
1612
</file>
1713
<file name="Console/Commands/MigrateEncryptionCommand.php">
1814
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
1915
</file>
16+
<file name="Traits/HasEncryptedAttributes.php">
17+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
18+
</file>
19+
<file name="EncryptionServiceProvider.php"/>
2020
</checkstyle>

docs/classes/AustinHeap.Database.Encryption.EncryptionFacade.html

+153-153
Large diffs are not rendered by default.

docs/classes/AustinHeap.Database.Encryption.EncryptionServiceProvider.html

+153-153
Large diffs are not rendered by default.

docs/coverage/Console/Commands/MigrateEncryptionCommand.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ <h4>Legend</h4>
734734
<span class="warning"><strong>Dead Code</strong></span>
735735
</p>
736736
<p>
737-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
737+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
738738
</p>
739739
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
740740
</footer>

docs/coverage/Console/Commands/dashboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h3>Project Risks</h3>
150150
<footer>
151151
<hr/>
152152
<p>
153-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
153+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
154154
</p>
155155
</footer>
156156
</div>

docs/coverage/Console/Commands/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h4>Legend</h4>
110110
<span class="success"><strong>High</strong>: 90% to 100%</span>
111111
</p>
112112
<p>
113-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
113+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
114114
</p>
115115
</footer>
116116
</div>

docs/coverage/Console/dashboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h3>Project Risks</h3>
149149
<footer>
150150
<hr/>
151151
<p>
152-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
152+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
153153
</p>
154154
</footer>
155155
</div>

docs/coverage/Console/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h4>Legend</h4>
109109
<span class="success"><strong>High</strong>: 90% to 100%</span>
110110
</p>
111111
<p>
112-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
112+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
113113
</p>
114114
</footer>
115115
</div>

docs/coverage/EncryptionDefaults.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ <h4>Legend</h4>
474474
<span class="warning"><strong>Dead Code</strong></span>
475475
</p>
476476
<p>
477-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
477+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
478478
</p>
479479
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
480480
</footer>

docs/coverage/EncryptionFacade.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h4>Legend</h4>
239239
<span class="warning"><strong>Dead Code</strong></span>
240240
</p>
241241
<p>
242-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
242+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
243243
</p>
244244
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
245245
</footer>

docs/coverage/EncryptionHelper.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ <h4>Legend</h4>
932932
<span class="warning"><strong>Dead Code</strong></span>
933933
</p>
934934
<p>
935-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
935+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
936936
</p>
937937
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
938938
</footer>

docs/coverage/EncryptionServiceProvider.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h4>Legend</h4>
244244
<span class="warning"><strong>Dead Code</strong></span>
245245
</p>
246246
<p>
247-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
247+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
248248
</p>
249249
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
250250
</footer>

docs/coverage/Traits/HasEncryptedAttributes.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ <h4>Legend</h4>
767767
<span class="warning"><strong>Dead Code</strong></span>
768768
</p>
769769
<p>
770-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
770+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
771771
</p>
772772
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
773773
</footer>

docs/coverage/Traits/dashboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h3>Project Risks</h3>
137137
<footer>
138138
<hr/>
139139
<p>
140-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
140+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
141141
</p>
142142
</footer>
143143
</div>

docs/coverage/Traits/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h4>Legend</h4>
109109
<span class="success"><strong>High</strong>: 90% to 100%</span>
110110
</p>
111111
<p>
112-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
112+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
113113
</p>
114114
</footer>
115115
</div>

docs/coverage/dashboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h3>Project Risks</h3>
150150
<footer>
151151
<hr/>
152152
<p>
153-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
153+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
154154
</p>
155155
</footer>
156156
</div>

docs/coverage/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h4>Legend</h4>
248248
<span class="success"><strong>High</strong>: 90% to 100%</span>
249249
</p>
250250
<p>
251-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:28:49 UTC 2018.</small>
251+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:42:30 UTC 2018.</small>
252252
</p>
253253
</footer>
254254
</div>

0 commit comments

Comments
 (0)